home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / EatFruits.swf / scripts / DefineButton2_21 / BUTTONCONDACTION on(keyPress Up).as < prev   
Encoding:
Text File  |  2006-06-13  |  60 b   |  5 lines

  1. on(keyPress "<Up>"){
  2.    _root.h = 0;
  3.    _root.v = -3;
  4. }
  5.